home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / DB_CLIPP / H190.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1992-11-25  |  932b  |  44 lines

  1. echo off
  2. cls
  3. if "==%1" goto Help1
  4. type install.hlp
  5. echo The VERTEX CLIPPER Library will be installed into the current directory
  6. echo of Your harddisc. Please press  ^C  to abort or
  7. pause 
  8. goto check1st
  9. :copy1st
  10. cls
  11. echo Please insert the INSTALL disc
  12. pause
  13. :check1st
  14. if not exist vertex1.exe goto copy1st
  15. echo -
  16. echo - Copying files! Please wait a moment.....
  17. copy readme.1st %1:>NUL
  18. copy vertex1.exe %1:>NUL
  19. echo -
  20. echo ******* Installation is finished. *******
  21. echo - 
  22. echo I will now unpack the Library.
  23. echo -  
  24. pause
  25. %1:
  26. echo - 
  27. echo Unpacking the Library, examples, manual, utilities and important info...
  28. vertex1
  29. echo - 
  30. echo Everything is installed. Please read the following information....
  31. pause
  32. showme files.txt
  33. showme license.txt
  34. showme register.txt
  35. goto End
  36. :help1
  37. showme readme.1st
  38. cls
  39. type install.hlp
  40. echo -  
  41. echo ***** No drive given - INSTALL terminates.
  42. goto End
  43. :End
  44.